github.com/andybalholm/brotli.symbolAndCount.count (field)

6 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L555: 	count  uint32
		brotli_bit_stream.go#L566: 				count:  n,
		brotli_bit_stream.go#L572: 		return int(b.count) - int(a.count)
		brotli_bit_stream.go#L586: 		for currentDepth < maxBits && float64(symbol.count)/float64(int(1)<<(maxBits-currentDepth)) < totalRatio {
		brotli_bit_stream.go#L614: 			ratio := float64(symbols[boundaries[i]].count) / float64(cost)